home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / x11 / Xconq.ad < prev    next >
Encoding:
Text File  |  1996-07-07  |  10.8 KB  |  285 lines  |  [TEXT/R*ch]

  1. ! This file is the basic set of needed Xconq resources.
  2.  
  3. ! Map window resources.
  4.  
  5. xconq*portholeLabel.Translations: #override \n\
  6.     ~Shift<Btn1Down>: toolaction() \n\
  7.      Shift<Btn1Down>: toolselection() \n\
  8.     ~Shift<Btn2Down>: select() movelook() \n\
  9.      Shift<Btn2Down>: select() \n\
  10.      Shift<Btn2Up>:   distance() \n\
  11.     <Btn3Down>: select() moveunit() \n\
  12.     Meta<MotionNotify>:motionselect() movelook() \n\
  13.     <KeyPress>KP_7: movelook_ul() \n\
  14.     <KeyPress>KP_4: movelook_l() \n\
  15.     <KeyPress>KP_1: movelook_dl() \n\
  16.     <KeyPress>KP_9: movelook_ur() \n\
  17.     <KeyPress>KP_6: movelook_r() \n\
  18.     <KeyPress>KP_3: movelook_dr() \n\
  19.     <KeyPress>KP_5: center() \n\
  20.     <Expose>:   redraw() \n\
  21.     <KeyPress>: keypress() \n
  22.  
  23. xconq*map*helpPop.label:        help
  24.  
  25. xconq*map*controlForm*top:            ChainTop
  26. xconq*map*controlForm*bottom:        ChainTop
  27.  
  28. xconq*map*sides.top:            ChainTop
  29. xconq*map*sides.bottom:            ChainTop
  30. xconq*map*sides.left:            ChainLeft
  31. xconq*map*sides.right:            ChainLeft
  32.  
  33. xconq*map*listView.top:            ChainTop
  34. xconq*map*listView.bottom:        ChainBottom
  35. xconq*map*listView.left:        ChainLeft
  36. xconq*map*listView.right:        ChainLeft
  37.  
  38. xconq*map*panner.top:            ChainBottom
  39. xconq*map*panner.bottom:        ChainBottom
  40. xconq*map*panner.left:            ChainLeft
  41. xconq*map*panner.right:            ChainLeft
  42. xconq*map*panner.rubberBand:        true
  43.  
  44. ! Help window resources.
  45.  
  46. xconq*helpShell.title:            xconq help
  47. xconq*helpShell*topicPort.height:    300
  48. xconq*helpShell*topicPort.width:    100
  49. xconq*helpShell*title.width:        500
  50. xconq*helpShell*title.borderWidth:      0
  51. xconq*helpShell*title.font:        -*-helvetica-bold-r-*-*-18-*-*-*-*-*-*-*
  52. xconq*helpShell*text.height:        300
  53. xconq*helpShell*text.width:        400
  54. xconq*helpShell*topicList.font:        -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  55. xconq*helpShell*text*font:        7x13
  56. ! xconq*helpShell*text*font:        -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  57.  
  58. ! Print setup window resources.
  59.  
  60. xconq*PrintSetup.title:            xconq print setup
  61. xconq*PrintSetup*Dialog*value:        0
  62. xconq*PrintSetup*Dialog*value.translations: #override \n\
  63.     <Key>Return: DoPrintDialog()
  64. xconq*PrintSetup*help.Label:        \ help 
  65. xconq*PrintSetup*print.Label:        \ print 
  66. xconq*PrintSetup*done.Label:        \ done 
  67. xconq*PrintSetup*names.label:        interesting names
  68. xconq*PrintSetup*cellSize.label:    cell size
  69. xconq*PrintSetup*gridSize.label:    grid thick.
  70. xconq*PrintSetup*pageWidth.label:    page width
  71. xconq*PrintSetup*pageHeight.label:    page height
  72. xconq*PrintSetup*topMargin.label:    top margin
  73. xconq*PrintSetup*bottomMargin.label:    bottom margin
  74. xconq*PrintSetup*leftMargin.label:    left margin
  75. xconq*PrintSetup*rightMargin.label:    right margin
  76. xconq*PrintSetup*terrainGray.label:    terrain gray
  77. xconq*PrintSetup*enemyGray.label:    enemy gray
  78. xconq*PrintSetup*borderWidth.label:    border thick.
  79. xconq*PrintSetup*connWidth.label:    conn thick.
  80.  
  81. xconq*PrintSetupHelp.title:        xconq print setup help
  82. xconq*PrintSetupHelp*baseTranslations: #override \
  83.     <Key>Return: DonePrintHelp() \n\
  84.     <Key>Escape: DonePrintHelp() 
  85. xconq*PrintSetupHelp*helpDone.Label: \ done 
  86.  
  87. ! Popup control panel resources.
  88.  
  89. xconq*map*ctrlpanelPop.label:        contr. panel
  90.  
  91. xconq*ctrlpanelPop*top:            ChainTop
  92. xconq*ctrlpanelPop*bottom:        ChainTop
  93. xconq*ctrlpanelPop*left:        ChainLeft
  94. xconq*ctrlpanelPop*right:        ChainLeft
  95.  
  96. xconq*controlPanel.title: xconq control panel
  97. xconq*controlPanel.form.popDown.label:    close
  98. xconq*controlPanel.form.what.label: what should I draw in the map window?
  99. xconq*controlPanel.form.monochrome.label: should I use black&white?
  100. xconq*controlPanel.form.color.label: what should I use color images for?
  101. xconq*controlPanel.form.what.vertDistance:     4
  102. xconq*controlPanel.form.Label.vertDistance:    12
  103. xconq*controlPanel.form.Command.vertDistance:    12
  104.  
  105. ! Game selection dialog resources.
  106.  
  107. xconq*gameDialog*font:        -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  108. xconq*gameDialog*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  109. xconq*gameDialog*label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  110. xconq*gameDialog*name.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  111. xconq*gameDialog*name.width:        100
  112. xconq*gameDialog*viewport.height:    604
  113. xconq*gameDialog*label.label:        select a game
  114. xconq*gameDialog.title:         xconq game selection
  115.  
  116. xconq.gameDialog*inForm.Form.horizDistance:    0
  117. xconq.gameDialog*inForm.Form*vertDistance:    0
  118. xconq.gameDialog*inForm.Form.borderWidth:    0
  119. xconq.gameDialog*inForm.intro.vertDistance:    4
  120.  
  121. xconq*gameForm*font:        -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  122. xconq*gameForm*name.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  123. xconq*gameForm*instructions_label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  124. xconq*gameForm*notes_label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  125. xconq*gameForm*variant.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  126. xconq*gameForm*assign.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  127. xconq*gameForm.Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  128. xconq*gameForm.Dialog.value*font:-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  129. xconq*gameForm*add.label:        add player
  130. xconq*gameForm.pane*Text.width:        500
  131. xconq*gameForm.pane*Text.height:        50
  132. xconq*gameForm.pane*Text.scrollHorizontal:    whenNeeded
  133. xconq*gameForm.pane*Text.scrollVertical:    whenNeeded
  134. xconq*gameForm.pane.borderWidth:        0
  135. xconq*gameForm.pane.horizDistance:    0
  136.  
  137. xconq*gameForm.varMessage.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  138. xconq*gameForm.nameMessage.font:-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  139. xconq*gameForm.idMessage.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  140.  
  141. ! General defaults, for consistency.
  142.  
  143. xconq*Scrollbar.Thickness:        10
  144. xconq*Scrollbar.thumb:            None
  145.  
  146. xconq*ok.label:                \ OK\ 
  147. xconq*cancel.label:            Cancel
  148.  
  149. ! closeups
  150.  
  151. xconq.unitCloseup*info.width:          500
  152. xconq.unitCloseup*info.height:         300
  153. xconq.unitCloseup*info*font:        7x13
  154. xconq.unitCloseup*icon.height:        20
  155. xconq.unitCloseup*label.height:        20
  156. xconq.unitCloseup*flag.height:        20
  157. xconq.unitCloseup*side.height:        20
  158. xconq.unitCloseup*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  159. xconq.unitCloseup*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  160. xconq.unitCloseup*update.label:        Update
  161. xconq.unitCloseup*focus.label:        Focus
  162. xconq.unitCloseup*close.label:        Close
  163.  
  164. xconq.sideCloseup*info.width:              500
  165. xconq.sideCloseup*info.height:             150
  166. xconq.sideCloseup*info*font:            7x13
  167. xconq.sideCloseup*flag.height:            20
  168. xconq.sideCloseup*side.height:            20
  169. xconq.sideCloseup*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  170. xconq.sideCloseup*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  171. xconq.sideCloseup*update.label:            Update
  172. xconq.sideCloseup*close.label:            Close
  173. xconq.sideCloseup*filter.width:         500
  174. xconq.sideCloseup*filter.Toggle.height:        20
  175. xconq.sideCloseup*filter.Label.height:        20
  176. xconq.sideCloseup*filter.label.label:        Filter units:
  177. xconq.sideCloseup*filter.allTypes.label:    all types
  178. xconq.sideCloseup*filter.acpLeft.label:        ACP left
  179. xconq.sideCloseup*listUnits.label:        list units
  180.  
  181. xconq.unitList*Label.height:            20
  182. xconq.unitList*allTypes.label:            all types
  183. xconq.unitList*acpLeft.label:            ACP left
  184. xconq.unitList*failed.label:            \
  185. no unit found matching filter criteria
  186. xconq.unitList*list.forceColumns:        true
  187. xconq.unitList*list.defaultColumns:        1
  188. xconq.unitList*port.height:            300
  189. xconq.unitList*port.width:            550
  190. xconq.unitList*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  191. xconq.unitList*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  192.  
  193. xconq.closeupList.title:            xconq closeup list
  194. xconq.closeupList.iconName:            xconq closeup list
  195. xconq.closeupList*list.forceColumns:        true
  196. xconq.closeupList*list.defaultColumns:        1
  197. xconq.closeupList*port.height:            300
  198. xconq.closeupList*port.width:            550
  199. xconq.closeupList*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  200.  
  201. ! closeups
  202.  
  203. xconq.unitCloseup*info.width:          500
  204. xconq.unitCloseup*info.height:         300
  205. xconq.unitCloseup*info*font:        7x13
  206. xconq.unitCloseup*icon.height:        20
  207. xconq.unitCloseup*label.height:        20
  208. xconq.unitCloseup*flag.height:        20
  209. xconq.unitCloseup*side.height:        20
  210. xconq.unitCloseup*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  211. xconq.unitCloseup*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  212. xconq.unitCloseup*update.label:        Update
  213. xconq.unitCloseup*focus.label:        Focus
  214. xconq.unitCloseup*close.label:        Close
  215.  
  216. xconq.sideCloseup*info.width:              500
  217. xconq.sideCloseup*info.height:             150
  218. xconq.sideCloseup*info*font:            7x13
  219. xconq.sideCloseup*flag.height:            20
  220. xconq.sideCloseup*side.height:            20
  221. xconq.sideCloseup*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  222. xconq.sideCloseup*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  223. xconq.sideCloseup*update.label:            Update
  224. xconq.sideCloseup*close.label:            Close
  225. xconq.sideCloseup*filter.width:         500
  226. xconq.sideCloseup*filter.Toggle.height:        20
  227. xconq.sideCloseup*filter.Label.height:        20
  228. xconq.sideCloseup*filter.label.label:        Filter units:
  229. xconq.sideCloseup*filter.allTypes.label:    all types
  230. xconq.sideCloseup*filter.acpLeft.label:        ACP left
  231. xconq.sideCloseup*listUnits.label:        list units
  232.  
  233. xconq.unitList*Label.height:            20
  234. xconq.unitList*allTypes.label:            all types
  235. xconq.unitList*acpLeft.label:            ACP left
  236. xconq.unitList*failed.label:            \
  237. no unit found matching filter criteria
  238. xconq.unitList*list.forceColumns:        true
  239. xconq.unitList*list.defaultColumns:        1
  240. xconq.unitList*port.height:            300
  241. xconq.unitList*port.width:            550
  242. xconq.unitList*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  243. xconq.unitList*Command.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  244.  
  245. xconq.closeupList.title:            xconq closeup list
  246. xconq.closeupList.iconName:            xconq closeup list
  247. xconq.closeupList*list.forceColumns:        true
  248. xconq.closeupList*list.defaultColumns:        1
  249. xconq.closeupList*port.height:            300
  250. xconq.closeupList*port.width:            550
  251. xconq.closeupList*Label.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  252.  
  253. ! orders interface
  254.  
  255. xconq.orders.title:                xconq standing orders
  256. xconq.orders*port.height:            250
  257. xconq.orders*port.width:            440
  258. xconq.orders.form.?.font:    -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  259. xconq.orders*orders.Form.vertDistance:        -1
  260. xconq.orders*orders.Form.horizDistance:        -1
  261. xconq.orders*orders.Form.?.height:        20
  262. xconq.orders*orders.Form.toggle.width:        20
  263.  
  264. xconq.utypeSelect*box.width:            156
  265. xconq.utypeSelect*box.Command.height:        20
  266. xconq.utypeSelect*box.cancel.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  267.  
  268. !xconq.condSelect.box.width:            200
  269. xconq.condSelect*box.Command.font: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  270. xconq.condSelect*box.cancel.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  271.  
  272. xconq.taskSelect.box.width:            200
  273. xconq.taskSelect*box.Command.font: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  274. xconq.taskSelect*box.cancel.font: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  275.  
  276. xconq.stringSelect*baseTranslations: #override \
  277.     <Key>Return: DoneStringSelect()
  278.  
  279. xconq*ordersHelp.title:            xconq standing orders help
  280. xconq*ordersHelp*Command.font:  -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  281. xconq*ordersHelp*Label.font:    -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  282. xconq*ordersHelp*baseTranslations: #override \
  283.     <Key>Return: DoneOrdersHelp() \n\
  284.     <Key>Escape: DoneOrdersHelp() 
  285.